home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000264_fdc@columbia.edu_Mon Aug 5 15:23:53 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  45 lines

  1. Article: 13582 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc,comp.unix.sco.misc
  5. Subject: Re: direct connect using Digimon multiplex
  6. Date: 5 Aug 2002 15:23:39 -0400
  7. Organization: Columbia University
  8. Lines: 28
  9. Message-ID: <aimjbr$cs4$1@watsol.cc.columbia.edu>
  10. References: <C1A39.15580$nc.1191648@newsread1.prod.itd.earthlink.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1028575426 10855 128.59.39.139 (5 Aug 2002 19:23:46 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 5 Aug 2002 19:23:46 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13582 comp.unix.sco.misc:148320
  16.  
  17. In article <C1A39.15580$nc.1191648@newsread1.prod.itd.earthlink.net>,
  18. nospam <nospam@foo.com> wrote:
  19. : I've been using the direct connect feature to transfer files from SCO Unix
  20. : to W2k.  This has been working fine.  Now for the curve ball..
  21. : I'm told that a client has a Digiman peripheral attached to his SCO com1 (
  22. : dev/tty1a) in order to multiplex multiple connections to the SCO box.
  23. : Given  I have a correct cable ( RS232 - serial NULL modem cable),   will the
  24. : direct connection still work?  That is, starting wermit on SCO with direct
  25. : connection via /dev/tty1a,  can I still send files to the Windows machine?
  26. : The RS-232 plugged into the Digiman box (which is plugged into the SCO comm
  27. : port) and the other end to the W2k comm port.
  28. : My colleague assures me that "this is transparent", however, I always worry
  29. : when I hear that :-)   ( Like the famous last words:  This is the backup!)
  30. You'll have to try it and see.  If you are dialing from Windows to SCO,
  31. it should work, because Kermit on the remote end of a connection does all
  32. of its work on stdin/stdout.
  33.  
  34. If you are dialing out from SCO, it might be a problem because in that case,
  35. C-Kermit has to do all sorts of fancy system and driver calls on the dialout
  36. device.  These work as advertised with SCO drivers, but all bets are off
  37. with third-party drivers, which tend to have (sometimes not so) subtle
  38. differences.
  39.  
  40. - Frank
  41.